home *** CD-ROM | disk | FTP | other *** search
/ Screensavers (Millenium Edition) / Screensavers (Millenium Edition).iso / Software / Cartoons / mmsaver.exe / mms.exe / mms.dxr / 00043.ls < prev    next >
Encoding:
Text File  |  1997-06-03  |  991 b   |  29 lines

  1. on exitFrame
  2.   puppetTempo(4)
  3.   set spritenum to 1
  4.   set step to 4
  5.   puppetSprite(spritenum, 1)
  6.   if the locH of sprite 1 > 25 then
  7.     puppetSound(1, "poem")
  8.     go(#next)
  9.   end if
  10.   if the locH of sprite spritenum < 740 then
  11.     set the locH of sprite spritenum to the locH of sprite spritenum + step
  12.     if the name of member the memberNum of sprite spritenum = "snap" then
  13.       set the memberNum of sprite spritenum to the number of member "blue2"
  14.     else
  15.       if the name of member the memberNum of sprite spritenum = "blue2" then
  16.         set the memberNum of sprite spritenum to the number of member "snap"
  17.       end if
  18.     end if
  19.   end if
  20.   if the name of member the memberNum of sprite spritenum = "blue2" then
  21.     set the locV of sprite spritenum to the locV of sprite spritenum - 3
  22.   else
  23.     if the name of member the memberNum of sprite spritenum = "snap" then
  24.       set the locV of sprite spritenum to the locV of sprite spritenum + 3
  25.     end if
  26.   end if
  27.   go(the frame)
  28. end
  29.